home *** CD-ROM | disk | FTP | other *** search
- /* header styles */
-
- H1, H2, H3, H4 { font-family: Verdana }
- H1 { color: NAVY; font-size:16pt; font-weight:bold }
- H2 { color: NAVY; font-size:13pt; font-weight:bold; margin-top: 18px; margin-bottom: 4px }
- H3 { color: BLACK; font-size:10pt; font-weight:bold; margin-top: 12px; margin-bottom: 4px }
- H4 { color: BLACK; font-size:10pt; font-weight:bold; margin-top: 2px; margin-bottom: 2px }
-
-
- /* common paragraph styles */
-
- BODY {color: BLACK; font-family: Verdana; font-size: 10pt }
- P { margin-top: 6px; margin-bottom: 0px }
- .Body { }
- .BodyFirst { margin-top: 18px }
- .Caption { font-weight: bold }
- .CaptionInd { font-weight: bold }
- .gloss { font-size:7pt }
- .Indent { margin-left: 18px }
- .Indent2 { margin-left: 36px }
- .Indent3 { margin-left: 54px }
- .Indent4 { margin-left: 72px }
- .IndentBullet { }
- .numblockstyle { font-family: Courier; font-size: 8pt; font-style: italic; color: BLUE }
- .Parameter { }
- .ParameterIndent{ }
-
- /* list styles */
- OL, UL { margin-top: 6px; margin-left: 18px }
- LI { margin-top: 6px; margin-bottom: 0px }
-
-
- /* table styles */
- TABLE { color: BLACK; font-family: Verdana; font-size: 10pt }
-
-
- /* code paragraph styles */
-
- .code { font-family: Courier; monospace; font-size:10pt; margin-top: 6px; margin-left: 18px}
- .codeFirst { font-family: Courier; monospace; font-size:10pt; margin-top: 12px; margin-left: 18px}
- .codeLast { font-family: Courier; monospace; font-size:10pt; margin-top: 6px; margin-bottom:12px; margin-left: 18px}
- .boldcode { font-family: Courier; monospace; font-size:10pt; font-weight: bold }
- .codeIndent { font-family: Courier; monospace; font-size:10pt; margin-left: 32em }
- .codeIndLast { font-family: Courier; monospace; font-size:10pt; margin-left: 32em }
- .code3Tab { font-family: Courier; monospace; font-size:10pt }
- .code3TabLast { font-family: Courier; monospace; font-size:10pt }
- .codeInd2 { font-family: Courier; monospace; font-size:10pt; margin-left: 64em }
- .codeInd2Last { font-family: Courier; monospace; font-size:10pt; margin-left: 64em }
- .codeInd3 { font-family: Courier; monospace; font-size:10pt; margin-left: 96em }
- .codeInd3Last { font-family: Courier; monospace; font-size:10pt; margin-left: 96em}
- .code_Comment { font-family: Verdana; font-size:10pt }
-
-
- /* SPAN classes */
-
- SPAN {color: BLACK; font-family: Verdana; font-size:10pt}
- .charCode { font-family: Courier; font-size:10pt }
- .charCodeBold { font-family: Courier; font-size:10pt; font-weight: bold }
-
-
- /* special */
-
- HR { margin-top: 26px }
- A { color: green }
-
-